From dc8d8949399d31a9f75a345f01ff75b49e9c2b63 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Thu, 25 Aug 2005 15:46:23 +0000 Subject: [PATCH] Remove broken patch preventing net device unregister. Signed-off-by: Christian Limpach --- .../linux-2.6.12/workaround_double_br_del_if.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 patches/linux-2.6.12/workaround_double_br_del_if.patch diff --git a/patches/linux-2.6.12/workaround_double_br_del_if.patch b/patches/linux-2.6.12/workaround_double_br_del_if.patch deleted file mode 100644 index 8c43e19628..0000000000 --- a/patches/linux-2.6.12/workaround_double_br_del_if.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- linux-2.6.12/net/bridge/br_if.c 2005-06-17 14:48:29.000000000 -0500 -+++ linux-2.6.12-xen0-smp/net/bridge/br_if.c 2005-08-18 15:17:27.302615846 -0500 -@@ -382,7 +382,7 @@ - { - struct net_bridge_port *p = dev->br_port; - -- if (!p || p->br != br) -+ if (!p || p->br != br || p->state == BR_STATE_DISABLED) - return -EINVAL; - - br_sysfs_removeif(p); -- 2.30.2